home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / zkuste / help / download / manual / hmsetup.exe / {app} / HelpSource / nonscroll_display.js < prev    next >
Encoding:
Text File  |  2003-10-29  |  363 b   |  24 lines

  1. #nsr
  2.  {
  3.  padding: 6px 6px 0px 6px;
  4.  border-bottom: none;
  5.  background: <%TOPIC_HEADER_BGCOLOR%>;
  6.  vertical-align: top;
  7.  z-index: 2;
  8.  visibility: visible;
  9.  left: 0;
  10.  top: 0;
  11.  position: absolute;
  12.  width: 100%;
  13.  }
  14. #mainbody
  15.  {
  16.  left: 0;
  17.  top: 0px;
  18.  margin: 0;
  19.  position: absolute;
  20.  padding: 10px;
  21.  overflow: auto;
  22.  height: 100%;
  23.  z-index: 1;
  24.  }